West Midlands| May 2026 | Muhammad-Burhan Mustafa | Sprint 1 | Form Controls#1282
West Midlands| May 2026 | Muhammad-Burhan Mustafa | Sprint 1 | Form Controls#1282burhan-mustafa wants to merge 7 commits into
Conversation
created style sheet to centre the form
and size also fixed the space for minlength on line 31
for both select elements
✅ Deploy Preview for cyf-onboarding-module ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
LonMcGregor
left a comment
There was a problem hiding this comment.
Good start on this task - the style has a nice sharp clean design.
There are some issues in the HTML you have written, could you check and respond to my other comments, thanks
| <main> | ||
| <form> | ||
|
|
||
| <form method = "get" class = "form-container"> |
There was a problem hiding this comment.
Is there a reason you put spaces between the attribute and the value?
There was a problem hiding this comment.
There is no real reason aside from just muscle memory when I type.
| <br> | ||
|
|
||
| <!-- Asks for their surname --> | ||
| <label for = "surname"> Surname: </label> |
There was a problem hiding this comment.
Be careful about requiring both a forename and a surname. Not all people have 2 names, and some have many more.
If you check the Readme it only asks for a "name" - how could you change the form to match this?
There was a problem hiding this comment.
I could ask for a full name instead of a forename and surname
…d surname to replace it with full name

##Self checklist
Changelist
This PR creates a T-shirt order form using semantic HTML. It collects the user’s name, email, colour, and size, with built-in validation to ensure all fields are required and correctly formatted.
Questions
Any improvements or suggestions on how to improve this form?